-
1 maskable interrupt
маскируемое прерывание
Прерывание, которое можно заблокировать с помощью маски прерывания.
[Е.С.Алексеев, А.А.Мячев. Англо-русский толковый словарь по системотехнике ЭВМ. Москва 1993]Тематики
EN
Англо-русский словарь нормативно-технической терминологии > maskable interrupt
-
2 maskable interrupt
-
3 maskable interrupt
аппаратное прерывание ( hardware interrupt), которое можно запретить (или разрешить) программно с помощью установки маски прерываний (interrupt mask) в специальном регистре (PSW, IMR) процессора или контроллера прерываний (interrupt controller) для выполнения процессором более важной работыAnt:Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > maskable interrupt
-
4 maskable interrupt
Большой англо-русский и русско-английский словарь > maskable interrupt
-
5 maskable interrupt
Англо-русский словарь технических терминов > maskable interrupt
-
6 maskable interrupt
Техника: маскируемое прерывание -
7 maskable interrupt
-
8 maskable interrupt
The New English-Russian Dictionary of Radio-electronics > maskable interrupt
-
9 maskable interrupt
English-Russian dictionary of computer science and programming > maskable interrupt
-
10 maskable interrupt
маскируемое прерываниеEnglish-Russian dictionary of technical terms > maskable interrupt
-
11 maskable interrupt
-
12 maskable interrupt
English-Russian dictionary of computer science > maskable interrupt
-
13 non-maskable interrupt
немаскируемое прерывание
—
[Е.С.Алексеев, А.А.Мячев. Англо-русский толковый словарь по системотехнике ЭВМ. Москва 1993]Тематики
EN
Англо-русский словарь нормативно-технической терминологии > non-maskable interrupt
-
14 non-maskable interrupt
English-Russian electronics dictionary > non-maskable interrupt
-
15 non-maskable interrupt
The New English-Russian Dictionary of Radio-electronics > non-maskable interrupt
-
16 non-maskable interrupt
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > non-maskable interrupt
-
17 non-maskable interrupt
1) Общая лексика: немаскиру (высокоуровневое аппаратное прерывание, которое нельзя замаскировать или запретить (например, прерывание по исчезновению питания). При его возникновении процессор всегда прерывает текущую работу)2) Вычислительная техника: немаскируемое прерываниеУниверсальный англо-русский словарь > non-maskable interrupt
-
18 Non Maskable Interrupt (NMI)
немаскируемое прерываниеEnglish-Russian dictionary of modern telecommunications > Non Maskable Interrupt (NMI)
-
19 non-maskable interrupt
English-Russian information technology > non-maskable interrupt
-
20 interrupt
= INT, = INTPT1) прерывание || прерывать(ся)•- BIOS hardware interrupt
- clock interrupt
- communication port interrupt
- disabled interrupt
- disarmed interrupt
- edge-triggered interrupt
- enabled interrupt
- error interrupt
- external interrupt
- hardware interrupt
- internal interrupt
- ISA interrupt
- keyboard interrupt
- level-sensitive interrupt
- maskable interrupt
- masked interrupt
- memory protection interrupt
- multiprocessor system interrupt
- nonmaskable interrupt
- non-maskable interrupt
- nonmasked interrupt
- non-masked interrupt
- operator external interrupt
- page fault interrupt
- parity interrupt
- PCI interrupt
- pending interrupt
- printer port interrupt
- priority interrupt
- processor interrupt
- program interrupt
- protected-mode virtual interrupt
- real time interrupt
- reflecting interrupt
- service interrupt
- software interrupt
- spurious interrupt
- supervisor interrupt
- supervisor-call interrupt
- system-call interrupt
- system management interrupt
- task interrupt
- timer interrupt
- unmasked interrupt
- vector interrupt
- virtual storage interrupt
См. также в других словарях:
Non-maskable interrupt — A non maskable interrupt (NMI) is a computer processor interrupt that cannot be ignored by standard interrupt masking techniques in the system. It is typically used to signal attention for non recoverable hardware errors. (Some NMIs may be masked … Wikipedia
non-maskable interrupt — noun A hardware level interrupt that cannot be masked by software, such as a memory parity error … Wiktionary
Interrupt — This article is about computer interrupts. For the study of the effect of disruptions on job performance, see Interruption science. In computing, an interrupt is an asynchronous signal indicating the need for attention or a synchronous event in… … Wikipedia
Interrupt handler — An interrupt handler, also known as an interrupt service routine (ISR), is a callback subroutine in an operating system or device driver whose execution is triggered by the reception of an interrupt. Interrupt handlers have a multitude of… … Wikipedia
Interrupt storm — In operating systems, an interrupt storm is an event during which a processor receives an inordinate number of interrupts that consume the majority of the processor s time. Interrupt storms are typically caused by hardware devices that do not… … Wikipedia
Interrupt latency — In Realtime Operating Systems, Interrupt latency is the time between the generation of an interrupt by a device and the servicing of the device which generated the interrupt. For many operating systems, devices are serviced as soon as the device… … Wikipedia
Interrupt Request — Die Artikel Interrupt und Unterbrechungsanforderung überschneiden sich thematisch. Hilf mit, die Artikel besser voneinander abzugrenzen oder zu vereinigen. Beteilige dich dazu an der Diskussion über diese Überschneidungen. Bitte entferne diesen… … Deutsch Wikipedia
Interrupt vector — An interrupt vector is the memory address of an interrupt handler, or an index into an array called an interrupt vector table or dispatch table . Interrupt vector tables contain the memory addresses of interrupt handlers. When an interrupt is… … Wikipedia
Interrupt — In der Informatik versteht man unter Interrupt (engl. to interrupt, unterbrechen) die kurzfristige Unterbrechung der normalen Programmausführung[1], um eine andere, meist kurze, aber zeitkritische Verarbeitung durchzuführen. Das auslösende… … Deutsch Wikipedia
Advanced Programmable Interrupt Controller — In computing, an Advanced Programmable Interrupt Controller (APIC) is a more complex Programmable Interrupt Controller (PIC) than Intel s original types such as the 8259A. APIC devices permit more complex priority models, and Advanced IRQ… … Wikipedia
Programmable Interrupt Controller — A Programmable Interrupt Controller (PIC) is a device which allows priority levels to be assigned to its interrupt outputs. When the device has multiple interrupt outputs to assert, it will assert them in the order of their relative priority.… … Wikipedia